home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / ir / stoplist.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  299b  |  16 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  */
  5.  
  6. #ifndef STOPLIST_H
  7. #define STOPLIST_H
  8.  
  9. #include "cdialect.h"
  10.  
  11. void init_stop_list _AP((void));
  12.  
  13. char *next_stop_word _AP((void));
  14.  
  15. #endif /* ndef STOPLIST_H */
  16.